FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader Namespace / RplParsingException Class / RplParsingException Constructor / RplParsingException Constructor(String,Object[])

In This Topic
    RplParsingException Constructor(String,Object[])
    In This Topic
    Initializes a new instance of the RplParsingException class with common error message "Invalid RPL stream".
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String, _
       ByVal ParamArray args() As Object _
    )
    public RplParsingException( 
       string message,
       params object[] args
    )

    Parameters

    message
    args
    See Also